SoundPlayer
Description
A script used to play a specific audio clip on demand by utilising the "AudioSource" component.
SoundPlayer |
- - AudioSource : AudioSource
- AudioSource : AudioSource (Property with no getter and no setter)
|
- + PlaySoundAsync(sound : Sound, mixer : AudioMixer) : void
- + PlaySound(sound : Sound, mixer : AudioMixer) : IEnumerator
|